home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 01 / 3 / DISK0130.ZIP / PRINTF.MAN < prev    next >
Text File  |  1983-09-07  |  704b  |  23 lines

  1. .im man.im
  2. .NM printf print files with headings
  3. .SY printf [file ...]
  4. .FU
  5. .ital printf
  6. copies each of its argument files in turn to its output, inserting page
  7. headers and footers and filling the last page of each file to full length.
  8. A header consists of two blank lines, a line giving the filename, page
  9. number, date and time, and two more blank lines;
  10. a footer consists of two blank lines.
  11. Pages for each file are numbered starting at one.
  12. If no arguments are specified,
  13. .ital printf
  14. prints its standard input;
  15. the file name is null.
  16.  
  17. The text of each file is unmodified --
  18. no attempt is made to fold long lines or expand tabs to spaces.
  19. .EG
  20. .Q1
  21. printf printf.pas fprint.pas
  22. .Q2
  23.